/**
 * 公共头部css  header
 */
.header {
  width: 100%;
  /*height: 66px;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-block;
}

.header .container {
  overflow: hidden;
}

.header-logo {
  height: 66px;
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 162px;
  height: 35px;
  align-items: center;
}

.header-nav {
}

.header-nav>li {
  display: inline-block;
  margin-left: 48px;
  box-sizing: border-box;
}

.header-nav li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
  line-height: 66px;
  display: inline-block;
  box-sizing: border-box;
}

.header-nav li .nav-active {
  font-weight: bold;
  color: #1f77f5;
  line-height: 58px;
  border-bottom: 4px solid #1f77f5;
}

.header-nav li a:hover {
  font-weight: bold;
  color: #1f77f5;
  line-height: 58px;
  border-bottom: 4px solid #1f77f5;
}
/* 栏目下拉 */
.nav-down{
  display: flex;
  flex-direction: column;
  position: absolute;
  display: none;
}
.header-nav>li:hover .nav-down{
  display: flex;
}
/*city*/
.shortcut {
  height: 30px;
  width: 1200px;
  margin: auto;
  line-height: 30px;
}
.shortcut-city {
  display: inline-block;
}
.shortcut-city .city-title {
  color: #999;
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
}
.shortcut-city .city-title:after {
  content: " ";
  background: url("../images/select-down .png");
  width: 11px;
  height: 6px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.shortcut-city .city-title:hover {
  color: #1f77f5;
}
.shortcut-city:hover .city-list {
  display: block;
}
.shortcut-city .city-list {
  width: 423px;
  background-color: #fff;
  overflow: hidden;
  display: none;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ccc;
  z-index: 99;
  height: 300px;
  overflow-y: scroll;
}
.shortcut-city .city-tj {
  height: auto;
  overflow: hidden;
  border-bottom: 0;
}
.shortcut-city .city-tj li:first-child {
  display: block;
  color: #999;
  font-size: 14px;
  width: 100%;
}
/*.shortcut-city .city-list::-webkit-scrollbar {display:none}*/
.shortcut-city .city-list li {
  float: left;
  /*width: 20%;*/
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shortcut-city .city-list a {
  color: #999;
  font-size: 14px;
}
.shortcut-city .city-list a:hover {
  color: #1f77f5;
}
/* å³ä¾§ */
.top-right {
  float: right;
}
.top-right ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  color: #7f7f7f;
}
.top-right ul li a:hover {
  color: #1f77f5;
}
